home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.2 / Arexx / makefile next >
Encoding:
Makefile  |  1992-09-01  |  186 b   |  11 lines

  1. CC    = lc
  2. LN    = blink
  3.  
  4. LIBS = LIB:lc.lib LIB:amiga.lib
  5.  
  6. .c.o:
  7.         $(CC) -cfist $*.c
  8.  
  9. mouse:    mouse.o simplerexx.o
  10.         $(LN) FROM LIB:c.o,rexxvars.o,simplerexx.o,mouse.o TO mouse LIBRARY $(LIBS)
  11.